home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
programs
/
write
/
config
/
english
/
mailer.config
< prev
next >
Wrap
Text File
|
1996-10-06
|
622b
|
48 lines
CONFIG MAILER;
IMPORT Mouse,
Cursor,
Edit_Key,
MailerProject,
Edit_Menu,
Utilities,
(* PGP,*)
Search,
Replace,
Replace_All,
Jump,
Count,
Preferences;
PREFS
_wordWrap:= 2;
_scrRelLeft:=79;
_scrRelTop:=78;
_scrRelWidth:=540;
_scrRelHeight:=412;
_syntaxColor:=TRUE;
HOOK CLOSEWINDOW
Standard.M_Quit
END CLOSEWINDOW;
BUTTON "save"
Standard.Save_Quit;
END;
BUTTONSPACE;
BUTTON "insert"
Standard.InsertFile;
END;
BUTTON "export"
Standard.SaveBlock;
END;
(* syntaxcolor *)
COMMENT START ">" "" 1 0 BOLD;
END MAILER.